home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / 3d / ArtOfIllusion24-Windows.exe / res / userInputSpec.xml < prev   
Extensible Markup Language  |  2006-12-13  |  1KB  |  38 lines

  1. <?xml version="1.0" encoding="UTF8" standalone="yes" ?>
  2.  
  3. <userInput>
  4. <panel order="0">
  5.   <field type="staticText" align="left" 
  6.        txt="Additional JMF setup (needs archive file from Sun)"
  7.        id="staticJMFText.text"/>
  8.   <field type="space" />
  9.   <field type="divider" />
  10.   <field type="space" />
  11.   <field type="search" variable="jmf_file">
  12.   <description align="left" 
  13.                txt="Choose Java Media Framework zip file location :"
  14.                id="jmf.input.location"/>
  15.   <spec txt="Path to zip file:"
  16.         type="file" result="file" id="jmf.path.file" >
  17.   <choice value="jmf-2_1_1e-alljava.zip" />
  18.   </spec>
  19. </field>
  20. <!--
  21. <field type="check" variable="aoi_manual">
  22.        <description align="left" txt="Integrate AoI Manual in online help"
  23.                id="manual.check.desc"/>
  24.        <spec txt="Install AoI Manual" id="manual.check" true="on" false="off" 
  25.         set="false"/>
  26.   </field>
  27. <field type="search" variable="help_file">
  28.   <description align="left" 
  29.                txt="Choose AoI Manual zip file location :"
  30.                id="help.input.location"/>
  31.   <spec txt="Path to zip file:"
  32.         type="file" result="file" id="help.path.file" >
  33.   <choice value="manual2.3.zip" />
  34.   </spec>
  35. </field>-->
  36. </panel>
  37. </userInput>
  38.